3.1.7 \(\int \frac {1}{(a+b \text {csch}^2(c+d x))^3} \, dx\) [7]

Optimal. Leaf size=156 \[ \frac {x}{a^3}-\frac {\sqrt {b} \left (15 a^2-20 a b+8 b^2\right ) \text {ArcTan}\left (\frac {\sqrt {a-b} \tanh (c+d x)}{\sqrt {b}}\right )}{8 a^3 (a-b)^{5/2} d}+\frac {b \coth (c+d x)}{4 a (a-b) d \left (a-b+b \coth ^2(c+d x)\right )^2}+\frac {(7 a-4 b) b \coth (c+d x)}{8 a^2 (a-b)^2 d \left (a-b+b \coth ^2(c+d x)\right )} \]

[Out]

x/a^3+1/4*b*coth(d*x+c)/a/(a-b)/d/(a-b+b*coth(d*x+c)^2)^2+1/8*(7*a-4*b)*b*coth(d*x+c)/a^2/(a-b)^2/d/(a-b+b*cot
h(d*x+c)^2)-1/8*(15*a^2-20*a*b+8*b^2)*arctan((a-b)^(1/2)*tanh(d*x+c)/b^(1/2))*b^(1/2)/a^3/(a-b)^(5/2)/d

________________________________________________________________________________________

Rubi [A]
time = 0.15, antiderivative size = 156, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.429, Rules used = {4213, 425, 541, 536, 212, 211} \begin {gather*} \frac {x}{a^3}+\frac {b (7 a-4 b) \coth (c+d x)}{8 a^2 d (a-b)^2 \left (a+b \coth ^2(c+d x)-b\right )}-\frac {\sqrt {b} \left (15 a^2-20 a b+8 b^2\right ) \text {ArcTan}\left (\frac {\sqrt {a-b} \tanh (c+d x)}{\sqrt {b}}\right )}{8 a^3 d (a-b)^{5/2}}+\frac {b \coth (c+d x)}{4 a d (a-b) \left (a+b \coth ^2(c+d x)-b\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Csch[c + d*x]^2)^(-3),x]

[Out]

x/a^3 - (Sqrt[b]*(15*a^2 - 20*a*b + 8*b^2)*ArcTan[(Sqrt[a - b]*Tanh[c + d*x])/Sqrt[b]])/(8*a^3*(a - b)^(5/2)*d
) + (b*Coth[c + d*x])/(4*a*(a - b)*d*(a - b + b*Coth[c + d*x]^2)^2) + ((7*a - 4*b)*b*Coth[c + d*x])/(8*a^2*(a
- b)^2*d*(a - b + b*Coth[c + d*x]^2))

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 425

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[(-b)*x*(a + b*x^n)^(p + 1)*
((c + d*x^n)^(q + 1)/(a*n*(p + 1)*(b*c - a*d))), x] + Dist[1/(a*n*(p + 1)*(b*c - a*d)), Int[(a + b*x^n)^(p + 1
)*(c + d*x^n)^q*Simp[b*c + n*(p + 1)*(b*c - a*d) + d*b*(n*(p + q + 2) + 1)*x^n, x], x], x] /; FreeQ[{a, b, c,
d, n, q}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] &&  !( !IntegerQ[p] && IntegerQ[q] && LtQ[q, -1]) && IntBinomi
alQ[a, b, c, d, n, p, q, x]

Rule 536

Int[((e_) + (f_.)*(x_)^(n_))/(((a_) + (b_.)*(x_)^(n_))*((c_) + (d_.)*(x_)^(n_))), x_Symbol] :> Dist[(b*e - a*f
)/(b*c - a*d), Int[1/(a + b*x^n), x], x] - Dist[(d*e - c*f)/(b*c - a*d), Int[1/(c + d*x^n), x], x] /; FreeQ[{a
, b, c, d, e, f, n}, x]

Rule 541

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.)*((e_) + (f_.)*(x_)^(n_)), x_Symbol] :> Simp[(
-(b*e - a*f))*x*(a + b*x^n)^(p + 1)*((c + d*x^n)^(q + 1)/(a*n*(b*c - a*d)*(p + 1))), x] + Dist[1/(a*n*(b*c - a
*d)*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^q*Simp[c*(b*e - a*f) + e*n*(b*c - a*d)*(p + 1) + d*(b*e - a*
f)*(n*(p + q + 2) + 1)*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, q}, x] && LtQ[p, -1]

Rule 4213

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist
[ff/f, Subst[Int[(a + b + b*ff^2*x^2)^p/(1 + ff^2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p},
 x] && NeQ[a + b, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b \text {csch}^2(c+d x)\right )^3} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{\left (1-x^2\right ) \left (a-b+b x^2\right )^3} \, dx,x,\coth (c+d x)\right )}{d}\\ &=\frac {b \coth (c+d x)}{4 a (a-b) d \left (a-b+b \coth ^2(c+d x)\right )^2}-\frac {\text {Subst}\left (\int \frac {-4 a+b+3 b x^2}{\left (1-x^2\right ) \left (a-b+b x^2\right )^2} \, dx,x,\coth (c+d x)\right )}{4 a (a-b) d}\\ &=\frac {b \coth (c+d x)}{4 a (a-b) d \left (a-b+b \coth ^2(c+d x)\right )^2}+\frac {(7 a-4 b) b \coth (c+d x)}{8 a^2 (a-b)^2 d \left (a-b+b \coth ^2(c+d x)\right )}+\frac {\text {Subst}\left (\int \frac {8 a^2-9 a b+4 b^2-(7 a-4 b) b x^2}{\left (1-x^2\right ) \left (a-b+b x^2\right )} \, dx,x,\coth (c+d x)\right )}{8 a^2 (a-b)^2 d}\\ &=\frac {b \coth (c+d x)}{4 a (a-b) d \left (a-b+b \coth ^2(c+d x)\right )^2}+\frac {(7 a-4 b) b \coth (c+d x)}{8 a^2 (a-b)^2 d \left (a-b+b \coth ^2(c+d x)\right )}+\frac {\text {Subst}\left (\int \frac {1}{1-x^2} \, dx,x,\coth (c+d x)\right )}{a^3 d}+\frac {\left (b \left (15 a^2-20 a b+8 b^2\right )\right ) \text {Subst}\left (\int \frac {1}{a-b+b x^2} \, dx,x,\coth (c+d x)\right )}{8 a^3 (a-b)^2 d}\\ &=\frac {x}{a^3}-\frac {\sqrt {b} \left (15 a^2-20 a b+8 b^2\right ) \tan ^{-1}\left (\frac {\sqrt {a-b} \tanh (c+d x)}{\sqrt {b}}\right )}{8 a^3 (a-b)^{5/2} d}+\frac {b \coth (c+d x)}{4 a (a-b) d \left (a-b+b \coth ^2(c+d x)\right )^2}+\frac {(7 a-4 b) b \coth (c+d x)}{8 a^2 (a-b)^2 d \left (a-b+b \coth ^2(c+d x)\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.05, size = 210, normalized size = 1.35 \begin {gather*} \frac {(-a+2 b+a \cosh (2 (c+d x))) \text {csch}^6(c+d x) \left (8 (c+d x) (a-2 b-a \cosh (2 (c+d x)))^2-\frac {\sqrt {b} \left (15 a^2-20 a b+8 b^2\right ) \text {ArcTan}\left (\frac {\sqrt {a-b} \tanh (c+d x)}{\sqrt {b}}\right ) (a-2 b-a \cosh (2 (c+d x)))^2}{(a-b)^{5/2}}-\frac {4 a b^2 \sinh (2 (c+d x))}{a-b}+\frac {3 a (3 a-2 b) b (-a+2 b+a \cosh (2 (c+d x))) \sinh (2 (c+d x))}{(a-b)^2}\right )}{64 a^3 d \left (a+b \text {csch}^2(c+d x)\right )^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Csch[c + d*x]^2)^(-3),x]

[Out]

((-a + 2*b + a*Cosh[2*(c + d*x)])*Csch[c + d*x]^6*(8*(c + d*x)*(a - 2*b - a*Cosh[2*(c + d*x)])^2 - (Sqrt[b]*(1
5*a^2 - 20*a*b + 8*b^2)*ArcTan[(Sqrt[a - b]*Tanh[c + d*x])/Sqrt[b]]*(a - 2*b - a*Cosh[2*(c + d*x)])^2)/(a - b)
^(5/2) - (4*a*b^2*Sinh[2*(c + d*x)])/(a - b) + (3*a*(3*a - 2*b)*b*(-a + 2*b + a*Cosh[2*(c + d*x)])*Sinh[2*(c +
 d*x)])/(a - b)^2))/(64*a^3*d*(a + b*Csch[c + d*x]^2)^3)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(441\) vs. \(2(142)=284\).
time = 2.70, size = 442, normalized size = 2.83

method result size
derivativedivides \(\frac {-\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{a^{3}}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{a^{3}}+\frac {2 b \left (\frac {\frac {16 a b \left (7 a -4 b \right ) \left (\tanh ^{7}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 \left (36 a^{2}-31 a b +4 b^{2}\right ) a \left (\tanh ^{5}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 \left (36 a^{2}-31 a b +4 b^{2}\right ) a \left (\tanh ^{3}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 a b \left (7 a -4 b \right ) \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{128 a^{2}-256 a b +128 b^{2}}}{\left (b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+4 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 b \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+b \right )^{2}}+\frac {2 \left (15 a^{2}-20 a b +8 b^{2}\right ) b \left (-\frac {\left (\sqrt {a \left (a -b \right )}-a \right ) \arctanh \left (\frac {b \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{\sqrt {\left (2 \sqrt {a \left (a -b \right )}-2 a +b \right ) b}}\right )}{2 \sqrt {a \left (a -b \right )}\, b \sqrt {\left (2 \sqrt {a \left (a -b \right )}-2 a +b \right ) b}}+\frac {\left (\sqrt {a \left (a -b \right )}+a \right ) \arctan \left (\frac {b \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{\sqrt {\left (2 \sqrt {a \left (a -b \right )}+2 a -b \right ) b}}\right )}{2 \sqrt {a \left (a -b \right )}\, b \sqrt {\left (2 \sqrt {a \left (a -b \right )}+2 a -b \right ) b}}\right )}{16 a^{2}-32 a b +16 b^{2}}\right )}{a^{3}}}{d}\) \(442\)
default \(\frac {-\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{a^{3}}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{a^{3}}+\frac {2 b \left (\frac {\frac {16 a b \left (7 a -4 b \right ) \left (\tanh ^{7}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 \left (36 a^{2}-31 a b +4 b^{2}\right ) a \left (\tanh ^{5}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 \left (36 a^{2}-31 a b +4 b^{2}\right ) a \left (\tanh ^{3}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{128 a^{2}-256 a b +128 b^{2}}+\frac {16 a b \left (7 a -4 b \right ) \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{128 a^{2}-256 a b +128 b^{2}}}{\left (b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+4 a \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-2 b \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+b \right )^{2}}+\frac {2 \left (15 a^{2}-20 a b +8 b^{2}\right ) b \left (-\frac {\left (\sqrt {a \left (a -b \right )}-a \right ) \arctanh \left (\frac {b \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{\sqrt {\left (2 \sqrt {a \left (a -b \right )}-2 a +b \right ) b}}\right )}{2 \sqrt {a \left (a -b \right )}\, b \sqrt {\left (2 \sqrt {a \left (a -b \right )}-2 a +b \right ) b}}+\frac {\left (\sqrt {a \left (a -b \right )}+a \right ) \arctan \left (\frac {b \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{\sqrt {\left (2 \sqrt {a \left (a -b \right )}+2 a -b \right ) b}}\right )}{2 \sqrt {a \left (a -b \right )}\, b \sqrt {\left (2 \sqrt {a \left (a -b \right )}+2 a -b \right ) b}}\right )}{16 a^{2}-32 a b +16 b^{2}}\right )}{a^{3}}}{d}\) \(442\)
risch \(\frac {x}{a^{3}}+\frac {b \left (9 a^{3} {\mathrm e}^{6 d x +6 c}-28 a^{2} b \,{\mathrm e}^{6 d x +6 c}+16 a \,b^{2} {\mathrm e}^{6 d x +6 c}-27 a^{3} {\mathrm e}^{4 d x +4 c}+90 a^{2} b \,{\mathrm e}^{4 d x +4 c}-120 a \,b^{2} {\mathrm e}^{4 d x +4 c}+48 b^{3} {\mathrm e}^{4 d x +4 c}+27 a^{3} {\mathrm e}^{2 d x +2 c}-68 a^{2} b \,{\mathrm e}^{2 d x +2 c}+32 a \,b^{2} {\mathrm e}^{2 d x +2 c}-9 a^{3}+6 a^{2} b \right )}{4 a^{3} \left (a -b \right )^{2} d \left (a \,{\mathrm e}^{4 d x +4 c}-2 a \,{\mathrm e}^{2 d x +2 c}+4 b \,{\mathrm e}^{2 d x +2 c}+a \right )^{2}}+\frac {15 \sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}-\frac {2 \sqrt {-b \left (a -b \right )}+a -2 b}{a}\right )}{16 \left (a -b \right )^{3} d a}-\frac {5 \sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}-\frac {2 \sqrt {-b \left (a -b \right )}+a -2 b}{a}\right ) b}{4 \left (a -b \right )^{3} d \,a^{2}}+\frac {\sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}-\frac {2 \sqrt {-b \left (a -b \right )}+a -2 b}{a}\right ) b^{2}}{2 \left (a -b \right )^{3} d \,a^{3}}-\frac {15 \sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}+\frac {2 \sqrt {-b \left (a -b \right )}-a +2 b}{a}\right )}{16 \left (a -b \right )^{3} d a}+\frac {5 \sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}+\frac {2 \sqrt {-b \left (a -b \right )}-a +2 b}{a}\right ) b}{4 \left (a -b \right )^{3} d \,a^{2}}-\frac {\sqrt {-b \left (a -b \right )}\, \ln \left ({\mathrm e}^{2 d x +2 c}+\frac {2 \sqrt {-b \left (a -b \right )}-a +2 b}{a}\right ) b^{2}}{2 \left (a -b \right )^{3} d \,a^{3}}\) \(579\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b*csch(d*x+c)^2)^3,x,method=_RETURNVERBOSE)

[Out]

1/d*(-1/a^3*ln(tanh(1/2*d*x+1/2*c)-1)+1/a^3*ln(tanh(1/2*d*x+1/2*c)+1)+2/a^3*b*(16*(1/128*a*b*(7*a-4*b)/(a^2-2*
a*b+b^2)*tanh(1/2*d*x+1/2*c)^7+1/128*(36*a^2-31*a*b+4*b^2)*a/(a^2-2*a*b+b^2)*tanh(1/2*d*x+1/2*c)^5+1/128*(36*a
^2-31*a*b+4*b^2)*a/(a^2-2*a*b+b^2)*tanh(1/2*d*x+1/2*c)^3+1/128*a*b*(7*a-4*b)/(a^2-2*a*b+b^2)*tanh(1/2*d*x+1/2*
c))/(b*tanh(1/2*d*x+1/2*c)^4+4*a*tanh(1/2*d*x+1/2*c)^2-2*b*tanh(1/2*d*x+1/2*c)^2+b)^2+2*(15*a^2-20*a*b+8*b^2)/
(16*a^2-32*a*b+16*b^2)*b*(-1/2*((a*(a-b))^(1/2)-a)/(a*(a-b))^(1/2)/b/((2*(a*(a-b))^(1/2)-2*a+b)*b)^(1/2)*arcta
nh(b*tanh(1/2*d*x+1/2*c)/((2*(a*(a-b))^(1/2)-2*a+b)*b)^(1/2))+1/2*((a*(a-b))^(1/2)+a)/(a*(a-b))^(1/2)/b/((2*(a
*(a-b))^(1/2)+2*a-b)*b)^(1/2)*arctan(b*tanh(1/2*d*x+1/2*c)/((2*(a*(a-b))^(1/2)+2*a-b)*b)^(1/2)))))

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csch(d*x+c)^2)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(b-a>0)', see `assume?` for mor
e details)Is

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 3140 vs. \(2 (142) = 284\).
time = 0.44, size = 6569, normalized size = 42.11 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csch(d*x+c)^2)^3,x, algorithm="fricas")

[Out]

[1/16*(16*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^8 + 128*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)*sinh
(d*x + c)^7 + 16*(a^4 - 2*a^3*b + a^2*b^2)*d*x*sinh(d*x + c)^8 + 4*(9*a^3*b - 28*a^2*b^2 + 16*a*b^3 - 16*(a^4
- 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c)^6 + 4*(112*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^2 +
 9*a^3*b - 28*a^2*b^2 + 16*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*sinh(d*x + c)^6 + 8*(112*(a^4
 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^3 + 3*(9*a^3*b - 28*a^2*b^2 + 16*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2
 - 2*a*b^3)*d*x)*cosh(d*x + c))*sinh(d*x + c)^5 - 4*(27*a^3*b - 90*a^2*b^2 + 120*a*b^3 - 48*b^4 - 8*(3*a^4 - 1
4*a^3*b + 27*a^2*b^2 - 24*a*b^3 + 8*b^4)*d*x)*cosh(d*x + c)^4 + 4*(280*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x
+ c)^4 - 27*a^3*b + 90*a^2*b^2 - 120*a*b^3 + 48*b^4 + 8*(3*a^4 - 14*a^3*b + 27*a^2*b^2 - 24*a*b^3 + 8*b^4)*d*x
 + 15*(9*a^3*b - 28*a^2*b^2 + 16*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c)^2)*sinh(d
*x + c)^4 - 36*a^3*b + 24*a^2*b^2 + 16*(56*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^5 + 5*(9*a^3*b - 28*a^2
*b^2 + 16*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c)^3 - (27*a^3*b - 90*a^2*b^2 + 120
*a*b^3 - 48*b^4 - 8*(3*a^4 - 14*a^3*b + 27*a^2*b^2 - 24*a*b^3 + 8*b^4)*d*x)*cosh(d*x + c))*sinh(d*x + c)^3 + 1
6*(a^4 - 2*a^3*b + a^2*b^2)*d*x + 4*(27*a^3*b - 68*a^2*b^2 + 32*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^
3)*d*x)*cosh(d*x + c)^2 + 4*(112*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^6 + 15*(9*a^3*b - 28*a^2*b^2 + 16
*a*b^3 - 16*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c)^4 + 27*a^3*b - 68*a^2*b^2 + 32*a*b^3 - 16
*(a^4 - 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x - 6*(27*a^3*b - 90*a^2*b^2 + 120*a*b^3 - 48*b^4 - 8*(3*a^4 - 14*a^3
*b + 27*a^2*b^2 - 24*a*b^3 + 8*b^4)*d*x)*cosh(d*x + c)^2)*sinh(d*x + c)^2 + ((15*a^4 - 20*a^3*b + 8*a^2*b^2)*c
osh(d*x + c)^8 + 8*(15*a^4 - 20*a^3*b + 8*a^2*b^2)*cosh(d*x + c)*sinh(d*x + c)^7 + (15*a^4 - 20*a^3*b + 8*a^2*
b^2)*sinh(d*x + c)^8 - 4*(15*a^4 - 50*a^3*b + 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c)^6 - 4*(15*a^4 - 50*a^3*b +
48*a^2*b^2 - 16*a*b^3 - 7*(15*a^4 - 20*a^3*b + 8*a^2*b^2)*cosh(d*x + c)^2)*sinh(d*x + c)^6 + 8*(7*(15*a^4 - 20
*a^3*b + 8*a^2*b^2)*cosh(d*x + c)^3 - 3*(15*a^4 - 50*a^3*b + 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c))*sinh(d*x +
c)^5 + 2*(45*a^4 - 180*a^3*b + 304*a^2*b^2 - 224*a*b^3 + 64*b^4)*cosh(d*x + c)^4 + 2*(35*(15*a^4 - 20*a^3*b +
8*a^2*b^2)*cosh(d*x + c)^4 + 45*a^4 - 180*a^3*b + 304*a^2*b^2 - 224*a*b^3 + 64*b^4 - 30*(15*a^4 - 50*a^3*b + 4
8*a^2*b^2 - 16*a*b^3)*cosh(d*x + c)^2)*sinh(d*x + c)^4 + 15*a^4 - 20*a^3*b + 8*a^2*b^2 + 8*(7*(15*a^4 - 20*a^3
*b + 8*a^2*b^2)*cosh(d*x + c)^5 - 10*(15*a^4 - 50*a^3*b + 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c)^3 + (45*a^4 - 1
80*a^3*b + 304*a^2*b^2 - 224*a*b^3 + 64*b^4)*cosh(d*x + c))*sinh(d*x + c)^3 - 4*(15*a^4 - 50*a^3*b + 48*a^2*b^
2 - 16*a*b^3)*cosh(d*x + c)^2 + 4*(7*(15*a^4 - 20*a^3*b + 8*a^2*b^2)*cosh(d*x + c)^6 - 15*(15*a^4 - 50*a^3*b +
 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c)^4 - 15*a^4 + 50*a^3*b - 48*a^2*b^2 + 16*a*b^3 + 3*(45*a^4 - 180*a^3*b +
304*a^2*b^2 - 224*a*b^3 + 64*b^4)*cosh(d*x + c)^2)*sinh(d*x + c)^2 + 8*((15*a^4 - 20*a^3*b + 8*a^2*b^2)*cosh(d
*x + c)^7 - 3*(15*a^4 - 50*a^3*b + 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c)^5 + (45*a^4 - 180*a^3*b + 304*a^2*b^2
- 224*a*b^3 + 64*b^4)*cosh(d*x + c)^3 - (15*a^4 - 50*a^3*b + 48*a^2*b^2 - 16*a*b^3)*cosh(d*x + c))*sinh(d*x +
c))*sqrt(-b/(a - b))*log((a^2*cosh(d*x + c)^4 + 4*a^2*cosh(d*x + c)*sinh(d*x + c)^3 + a^2*sinh(d*x + c)^4 - 2*
(a^2 - 2*a*b)*cosh(d*x + c)^2 + 2*(3*a^2*cosh(d*x + c)^2 - a^2 + 2*a*b)*sinh(d*x + c)^2 + a^2 - 8*a*b + 8*b^2
+ 4*(a^2*cosh(d*x + c)^3 - (a^2 - 2*a*b)*cosh(d*x + c))*sinh(d*x + c) - 4*((a^2 - a*b)*cosh(d*x + c)^2 + 2*(a^
2 - a*b)*cosh(d*x + c)*sinh(d*x + c) + (a^2 - a*b)*sinh(d*x + c)^2 - a^2 + 3*a*b - 2*b^2)*sqrt(-b/(a - b)))/(a
*cosh(d*x + c)^4 + 4*a*cosh(d*x + c)*sinh(d*x + c)^3 + a*sinh(d*x + c)^4 - 2*(a - 2*b)*cosh(d*x + c)^2 + 2*(3*
a*cosh(d*x + c)^2 - a + 2*b)*sinh(d*x + c)^2 + 4*(a*cosh(d*x + c)^3 - (a - 2*b)*cosh(d*x + c))*sinh(d*x + c) +
 a)) + 8*(16*(a^4 - 2*a^3*b + a^2*b^2)*d*x*cosh(d*x + c)^7 + 3*(9*a^3*b - 28*a^2*b^2 + 16*a*b^3 - 16*(a^4 - 4*
a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c)^5 - 2*(27*a^3*b - 90*a^2*b^2 + 120*a*b^3 - 48*b^4 - 8*(3*a^4 -
 14*a^3*b + 27*a^2*b^2 - 24*a*b^3 + 8*b^4)*d*x)*cosh(d*x + c)^3 + (27*a^3*b - 68*a^2*b^2 + 32*a*b^3 - 16*(a^4
- 4*a^3*b + 5*a^2*b^2 - 2*a*b^3)*d*x)*cosh(d*x + c))*sinh(d*x + c))/((a^7 - 2*a^6*b + a^5*b^2)*d*cosh(d*x + c)
^8 + 8*(a^7 - 2*a^6*b + a^5*b^2)*d*cosh(d*x + c)*sinh(d*x + c)^7 + (a^7 - 2*a^6*b + a^5*b^2)*d*sinh(d*x + c)^8
 - 4*(a^7 - 4*a^6*b + 5*a^5*b^2 - 2*a^4*b^3)*d*cosh(d*x + c)^6 + 4*(7*(a^7 - 2*a^6*b + a^5*b^2)*d*cosh(d*x + c
)^2 - (a^7 - 4*a^6*b + 5*a^5*b^2 - 2*a^4*b^3)*d)*sinh(d*x + c)^6 + 2*(3*a^7 - 14*a^6*b + 27*a^5*b^2 - 24*a^4*b
^3 + 8*a^3*b^4)*d*cosh(d*x + c)^4 + 8*(7*(a^7 - 2*a^6*b + a^5*b^2)*d*cosh(d*x + c)^3 - 3*(a^7 - 4*a^6*b + 5*a^
5*b^2 - 2*a^4*b^3)*d*cosh(d*x + c))*sinh(d*x + ...

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (a + b \operatorname {csch}^{2}{\left (c + d x \right )}\right )^{3}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csch(d*x+c)**2)**3,x)

[Out]

Integral((a + b*csch(c + d*x)**2)**(-3), x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 327 vs. \(2 (142) = 284\).
time = 0.66, size = 327, normalized size = 2.10 \begin {gather*} -\frac {\frac {{\left (15 \, a^{2} b - 20 \, a b^{2} + 8 \, b^{3}\right )} \arctan \left (\frac {a e^{\left (2 \, d x + 2 \, c\right )} - a + 2 \, b}{2 \, \sqrt {a b - b^{2}}}\right )}{{\left (a^{5} - 2 \, a^{4} b + a^{3} b^{2}\right )} \sqrt {a b - b^{2}}} - \frac {2 \, {\left (9 \, a^{3} b e^{\left (6 \, d x + 6 \, c\right )} - 28 \, a^{2} b^{2} e^{\left (6 \, d x + 6 \, c\right )} + 16 \, a b^{3} e^{\left (6 \, d x + 6 \, c\right )} - 27 \, a^{3} b e^{\left (4 \, d x + 4 \, c\right )} + 90 \, a^{2} b^{2} e^{\left (4 \, d x + 4 \, c\right )} - 120 \, a b^{3} e^{\left (4 \, d x + 4 \, c\right )} + 48 \, b^{4} e^{\left (4 \, d x + 4 \, c\right )} + 27 \, a^{3} b e^{\left (2 \, d x + 2 \, c\right )} - 68 \, a^{2} b^{2} e^{\left (2 \, d x + 2 \, c\right )} + 32 \, a b^{3} e^{\left (2 \, d x + 2 \, c\right )} - 9 \, a^{3} b + 6 \, a^{2} b^{2}\right )}}{{\left (a^{5} - 2 \, a^{4} b + a^{3} b^{2}\right )} {\left (a e^{\left (4 \, d x + 4 \, c\right )} - 2 \, a e^{\left (2 \, d x + 2 \, c\right )} + 4 \, b e^{\left (2 \, d x + 2 \, c\right )} + a\right )}^{2}} - \frac {8 \, {\left (d x + c\right )}}{a^{3}}}{8 \, d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csch(d*x+c)^2)^3,x, algorithm="giac")

[Out]

-1/8*((15*a^2*b - 20*a*b^2 + 8*b^3)*arctan(1/2*(a*e^(2*d*x + 2*c) - a + 2*b)/sqrt(a*b - b^2))/((a^5 - 2*a^4*b
+ a^3*b^2)*sqrt(a*b - b^2)) - 2*(9*a^3*b*e^(6*d*x + 6*c) - 28*a^2*b^2*e^(6*d*x + 6*c) + 16*a*b^3*e^(6*d*x + 6*
c) - 27*a^3*b*e^(4*d*x + 4*c) + 90*a^2*b^2*e^(4*d*x + 4*c) - 120*a*b^3*e^(4*d*x + 4*c) + 48*b^4*e^(4*d*x + 4*c
) + 27*a^3*b*e^(2*d*x + 2*c) - 68*a^2*b^2*e^(2*d*x + 2*c) + 32*a*b^3*e^(2*d*x + 2*c) - 9*a^3*b + 6*a^2*b^2)/((
a^5 - 2*a^4*b + a^3*b^2)*(a*e^(4*d*x + 4*c) - 2*a*e^(2*d*x + 2*c) + 4*b*e^(2*d*x + 2*c) + a)^2) - 8*(d*x + c)/
a^3)/d

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{{\left (a+\frac {b}{{\mathrm {sinh}\left (c+d\,x\right )}^2}\right )}^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b/sinh(c + d*x)^2)^3,x)

[Out]

int(1/(a + b/sinh(c + d*x)^2)^3, x)

________________________________________________________________________________________